Xbasic

A5.FONTSIZE_ENUM Function

Syntax

Size_List as C = A5..FontSize_Enum(C Fontname)

Arguments

Fontname

The name of an installed font.

Description

The A5.FONTSIZE_ENUM() method returns a list of point sizes available for a named font.

Discussion

Example

? a5.FontSize_Enum("arial")
=  4
  5
  6
  7
  8
  9
10
11
12
...

See Also